home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CinE CD 6
/
CinE CD ROM 06.iso
/
mac
/
Shared.Cst
/
00092_Script_92
< prev
next >
Wrap
Text File
|
1996-06-22
|
412b
|
23 lines
global glastmovie, gpage, gmode
on film_back
puppetsound "single click"
updatestage
set gmode = "manual"
puppetsprite 11, FALSE
puppetsprite 12, FALSE
set the timeoutScript to EMPTY
if glastmovie = "posters.dir" then
go to frame "posters"
else
if glastmovie = "menu" then
go to frame "menu"
else
go to frame "index"
end if
end if
end